home *** CD-ROM | disk | FTP | other *** search
- ;==========================================================================
- ; FidoPCB - PCBoard & FidoNet interface (C) MicroArt BBS 1991
- ;
- ; Sample configuration file
- ;
- ; Valid commands are: ORIGIN, TAG, SYSOP, NODE, AREA, AREA_MSGS, MAIL,
- ; PACKET, WORK, FILE, FILE, COMPRESS, FLOW_TYPE,
- ; AKA, USE_AKA, AKA_TAG, INTERFACE, NET_TOSS,
- ; NETWORK, LOST_MAIL, NET_MAIL
- ;
- ; WARNING! Do not use empty lines, use comment sign ';' instead
- ; Do not use TABs, use spaces instead
- ; Every line should end with LF/CR
- ; Maximum line lenght is 512 characters
- ; Maximum path lenght is 64 characters
- ;==========================================================================
- ;
- ; what interface to use (FRONTDOOR - default, BINKLEY, NONE)
- INTERFACE frontdoor
- ;
- ; what to do with NET MAIL (BOTH - default, PCBOARD, FRONTDOOR
- ; option PCBOARD will import/export net mail messages and delete them
- ; option FRONTDOOR wil leave net mail to be proccessed by FrontDoor
- NET_TOSS pcboard
- ;
- ; If you are using Network or multitasking and you need to open files in
- ; shareable mode. (OFF - default, ON) It requres SHARE.EXE on multitasking
- ; systems
- NETWORK off
- ;
- ;
- ; location of *.MSG (messages in Front Door)
- MAIL m:\pcb\front\mail
- ;
- ; location of outbound packets
- PACKET m:\pcb\front\packet
- ;
- ; needed for FidoPCB work directory (use RAM disk if possible)
- WORK e:
- ;
- ; location of inbound packets
- FILE m:\pcb\front\file
- ;
- ;
- ; location of message base to import lost mail (from 'not found' areas)
- ; remember to put on this directory files LOST and LOST.NDX and
- ; to setup them in PCBSetup as LOST
- LOST_MAIL m:\pcb\fido\lost
- ;
- ; location of message base for MATRIX (NetMail)
- ; remember to put on this directory files MATRIX and MATRIX.NDX and
- ; to setup them in PCBSetup as MATRIX
- ; addresses are put in first line of the message in PCBoard
- ; in format (Z:RRR/NNN)
- NET_MAIL m:\pcb\fido\matrix
- ;
- ; Your node address in format Z:RRR/NNN, sysop name
- ORIGIN 2:333/506
- SYSOP Gregor Rudolf
- ; tag will be appended on the bottom of exported messages
- TAG MicroArt BBS - The best in Koper,Slovenija (2:333/506)
- ;
- ;============================================
- ; AKA - declaration of AKA adresses (aliases)
- ;--------------------------------------------
- ; AKA # Address
- ;--------------------------------------------
- AKA 1 2:380/100
- ;
- ; there can be up to 10 AKAS defined for your node
- ;
- ; this tag will be appended as origin tag when AKA 1 is active
- AKA_TAG MicroArt BBS - 38 Region HUB (2:380/100)
- ;
- ;
- ;=====================================
- ; AREA - declaration of message areas
- ;------------------------------------------------------------------------------------------------
- ; Area # Name (exactly as in Fido) Location of message base Use/don't use message base
- ;------------------------------------------------------------------------------------------------
- AREA 1 NetSysop.333 m:\pcb\fido\55
- ;
- ; default message base name is MSGS, but you can specify other names
- ; this line will tell FidoPcb to look for SYSOPS. and SYSOPS.NDX files
- AREA_MSGS Sysops
- ;
- ;
- AREA 2 Echoser.033 m:\pcb\fido\56
- ;
- AREA 3 Sysop.033 m:\pcb\fido\57
- AREA 4 Clang.Ita m:\pcb\fido\58
- AREA 5 Pgmrs m:\pcb\fido\59
- AREA 6 Vax m:\pcb\fido\60 NOMSG
- ; NOMSG indicates this area will not be written into MSGS for <--------
- ; PCBoard but is only 'pass through'
- AREA 7 Clipper m:\pcb\fido\62
- AREA 8 Green.029 m:\pcb\fido\54
- AREA 9 Windows.Ita m:\pcb\fido\67
- AREA 10 C_ECHO m:\pcb\fido\68
- AREA 11 BBS_SOFT.ITA m:\pcb\fido\70
- AREA 12 TECH_NET.ITA m:\pcb\fido\71
- AREA 13 Fidotest m:\pcb\fido\73
- AREA 14 Enet.Soft m:\pcb\fido\72
- AREA 15 Sysop.600 m:\pcb\fido\79
- ;
- ;
- ;=============================
- ; NODE - declaration of nodes
- ;----------------------------------------------------------------------------------------
- ; Node address Selected areas # (numbers must be defined with AREA command!!!)
- ;----------------------------------------------------------------------------------------
- NODE 2:333/504
- ;
- ; sysop name for this node
- SYSOP Pietro Budicin
- ;
- ; compression method for this node (default is ZIP): ARC, ARJ, ZIP, LHA
- COMPRESS ZIP
- ;
- ; packet flow type (default is NORMAL): NORMAL, HOLD, IMMEDIATE, CRASH
- FLOW_TYPE HOLD
- ;
- ;
- ;
- NODE 2:333/600 1,2,3,7,15
- SYSOP Maurizio Biondi
- COMPRESS ZIP
- ;
- ;
- NODE 2:380/101 7,10,13
- SYSOP Matjaz Potrc
- COMPRESS ZIP
- FLOW_TYPE HOLD
- ;
- ; AKA # to be used with this node
- USE_AKA 1 ;this means, that for node 2:380/101 my origin will be 2:380/100
- ;
- ;<eof>